The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module::load"

Module::Load - runtime require of both modules and files River stage five • 289 direct dependents • 21912 total dependents

"Module::Load" eliminates the need to know whether you are trying to require either a file or a module. If you consult "perldoc -f require" you will see that "require" will behave differently when given a bareword or a string. In the case of a string...

BINGOS/Module-Load-0.36 - 29 Sep 2020 10:58:42 UTC - Search in distribution

Module::Load::Util - Some utility routines related to module loading River stage three • 40 direct dependents • 489 total dependents

This module provides some utility routines related to module loading. Currently what it offers now are the two functions "load_module_with_optional_args" and "instantiate_class_with_optional_args". These functions are designed for use with command-li...

PERLANCAR/Module-Load-Util-0.012 - 14 May 2024 02:56:56 UTC - Search in distribution

Module::Load::DiffINC - Load a module and show difference in %INC before vs after River stage one • 1 direct dependent • 1 total dependent

This module will record %INC, load (using "require()") all modules specified in the import argument, then compare %INC with the originally recorded before loading the modules....

PERLANCAR/Module-Load-DiffINC-0.001 - 02 Aug 2017 05:28:47 UTC - Search in distribution

Module::Load::In::INIT - Load modules in INIT phase River stage one • 6 direct dependents • 6 total dependents

This module can load (or perhaps defer loading) modules in the INIT phase instead of the BEGIN phase. One use-case where it is useful: monkey-patching a module (using a Module::Patch-based module) in a fatpacked script (see Module::FatPack or App::Fa...

PERLANCAR/Module-Load-In-INIT-0.005 - 18 Feb 2018 11:17:34 UTC - Search in distribution

Module::Load::Conditional - Looking up module information / loading at runtime River stage five • 56 direct dependents • 21790 total dependents

Module::Load::Conditional provides simple ways to query and possibly load any of the modules you have installed on your system during runtime. It is able to load multiple modules at once or none at all if one of them was not able to load. It also tak...

BINGOS/Module-Load-Conditional-0.74 - 21 Aug 2020 08:09:10 UTC - Search in distribution

Module::LocalLoad - create and use a local lib/ for globally installed modules River stage zero No dependents

You're debugging your code, and it's still failing even though you're doing everything right. You might have misinterpreted the documentation for some module you're using, or perhaps it's not doing what it says it should. Time to take a peek at the i...

WOLDRICH/Module-LocalLoad-0.176 - 18 Feb 2019 10:45:40 UTC - Search in distribution

lib/Devel/Trepan/CmdProcessor/Command/Load_Subcmd/Module.pm River stage one • 2 direct dependents • 2 total dependents

ROCKY/Devel-Trepan-v1.0.1 - 03 Nov 2019 19:15:25 UTC - Search in distribution

Module::EnforceLoad - Make sure your modules load their deps in preload environments. River stage zero No dependents

Unit tests are good. Unit tests can also be slow. Unit tests run faster if you preload all your modules and then fork for each test. This scenario will fail to catch when you forget to load a dependancy as the preload will satisfy it. This can lead t...

EXODIST/Module-EnforceLoad-0.000002 - 22 Jun 2016 20:53:40 UTC - Search in distribution

Module::New::File::LoadTest River stage zero No dependents

a template for a load test (which uses Test::UseAllModules)....

ISHIGAKI/Module-New-0.15 - 19 Apr 2015 15:25:22 UTC - Search in distribution

lib/HPCI/ModuleLoad.pm River stage one • 3 direct dependents • 3 total dependents

BOUTROSLB/HPCI-0.75 - 14 Dec 2018 22:55:43 UTC - Search in distribution

Test2::Tools::LoadModule - Test whether a module can be successfully loaded. River stage one • 6 direct dependents • 7 total dependents

This Test2::Tools module tests whether a module can be loaded, and optionally whether it has at least a given version, and exports specified symbols. It can also skip tests, or skip all tests, based on these criteria. Test2::Manual::Testing::Migratin...

WYANT/Test2-Tools-LoadModule-0.008 - 23 Oct 2022 13:00:35 UTC - Search in distribution

as - load OO module under another name River stage zero No dependents

Sometimes you get sick of having to use long module names. This module allows you to load a module and have it be aliased to another name....

LNATION/as-0.13 - 12 Apr 2021 07:32:09 UTC - Search in distribution

this_mod - Load "this module" River stage zero No dependents

This is a convenience pragma to load "this module". See this-mod (from App::ThisDist) CLI for more details on how "this module" is found....

PERLANCAR/this_mod-0.001 - 06 Jan 2024 07:55:12 UTC - Search in distribution

only - Load specific module versions; Install many River stage zero No dependents

The "only.pm" facility allows you to load a MODULE only if it satisfies a given CONDITION. Normally that condition is a version. If you just specify a single version, 'only' will only load the module matching that version. If you specify multiple ver...

INGY/only-0.28 - 25 Apr 2005 15:21:47 UTC - Search in distribution

Best - Load modules with fallback River stage two • 6 direct dependents • 11 total dependents

Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not ...

GAAL/Best-0.15 - 07 Dec 2012 09:25:43 UTC - Search in distribution

pm - Perl module to load files at compile-time, without BEGIN blocks. River stage zero No dependents

This is just an alias to the filename module. See filename for a complete description for how to use this module....

BOBK/filename-v0.20.060 - 29 Feb 2020 00:13:16 UTC - Search in distribution

L - Perl extension to load modules automatically in one-liners. River stage one • 3 direct dependents • 6 total dependents

Module auto-loader for one-liners. This module is dangerous, so don't use this module in other perl modules, scripts or production code. This should be used only in one-liners....

SONGMU/L-v1.0.1 - 03 Dec 2018 00:56:34 UTC - Search in distribution

all - Load all packages under a namespace River stage one • 1 direct dependent • 1 total dependent

With the all pragma you can load multiple modules that share the same root namespace. This vastly reduces the amount of times you need to spend use'ing modules....

DEXTER/all-0.5101 - 05 Dec 2008 21:31:53 UTC - Search in distribution

App::PS1 - Module to load PS1 status line elements River stage zero No dependents

This is the engine for the "app-ps1" command....

IVANWILLS/App-PS1-0.08 - 01 Jun 2021 22:34:35 UTC - Search in distribution

Fcntl - load the C Fcntl.h defines River stage five • 11693 direct dependents • 33184 total dependents

This module is just a translation of the C fcntl.h file. Unlike the old mechanism of requiring a translated fcntl.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more lik...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
3,901 results (0.198 seconds)